/****************************
    
FILTERS

****************************/

.filter-holder {
  border-top: 1px solid #000;
  padding-top: 15px;
  margin-bottom: 15px;
}

.filter-holder h5 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #000;
  margin: 0px;
}

.filter-holder ul {
  max-height: 197px;
  overflow-y: auto;
  margin-right: 5px;
  
}

.filter-holder li {
  list-style: none;
  line-height: 20px;
}

input[type=checkbox] {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height:1px;
  width:1px; 
  margin:-1px; 
  padding:0;
  border:0;
}
input[type=checkbox] + label{
  height:12px;
  width: 12px;
  border: 1px solid #939393;
  display:inline-block;
  margin: 7px 0px;
  line-height: 13px;
  cursor:pointer;
  text-indent: 20px;
  white-space: nowrap;
  color: #939393;
  border-radius: 2px;
  font-size: 14px;
}
input[type=checkbox]:checked + label {
  background: #939393;
}
label {
  
}

.last-feeds li{
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
  color: #939393;
}

.last-feeds a {
  font-size: 16px;
  color: #939393;
  text-decoration:none;
}

.last-feeds a:hover {
  text-decoration:underline;
}

.panel-bc-add {
  padding-top: 50%;
  background: #bebebe;
  position: relative;
  margin-top: 5px;
}

.panel-bc-add .img-container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 20px solid #D6D447;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #FFF;
  text-align: center;
}

.panel-bc-add img {
  max-width: 100%;
  max-height: 100%;
}